Skip to content

DEV/OP: cumulative changes for Redis CE 8 #1219

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 44 commits into from
Apr 7, 2025
Merged

Conversation

dwdougherty
Copy link
Collaborator

@dwdougherty dwdougherty commented Feb 26, 2025

DOC-4043.

Note to reviewers: the lion's share of these changes have already been reviewed by my PMs and some of you. The installation instructions are a work in progress. I won't be able to finalize that content until closer to GA.

@mich-elle-luna If you're bored (haha) and want to take a look, feel free. I won't be merging this PR until CE8 RC1 ships.

Main staging link: https://redis.io/docs/staging/community-edition-8/

dwdougherty and others added 21 commits October 18, 2024 08:33
* DEV: CONFIG for modules changes for CE8

* Renaming file

* Apply suggestions from Rachel's code review

Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>

* Apply suggestions from Rachel's code review (part 2)

Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>

* Apply suggestions from Lior's code review

* Apply suggestions from Lior's code review (part 2)

---------

Co-authored-by: Rachel Elledge <86307637+rrelledge@users.noreply.github.com>
* DEV: ACL changes for CE8

* Applied suggestions from Lior's code review (part 1)

* Applied suggestions from Lior's code review (part 2)

* Fix for something completely unrelated

* Applied suggestions from Lior's code review (part 3)
* DEV+OP: add CE8 changes to INFO cmd & Prometheus for RS pages

* Apply review comments.

Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>

* Apply review comments.

---------

Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
* DEV: add new HFE commands

* DEV: correct previous merge
* DEV: initial commit of installation docs for CE8

* DEV: 2nd commit of installation docs for CE8

* DEV: 3rd commit of installation docs for CE8
@dwdougherty dwdougherty added do not merge yet CE 8.0 Redis Community Edition 8.0 (future) labels Feb 26, 2025
@dwdougherty dwdougherty self-assigned this Feb 26, 2025
Copy link
Contributor

Staging links:
https://redis.io/docs/staging/community-edition-8/commands/acl-cat/
https://redis.io/docs/staging/community-edition-8/commands/bf.add/
https://redis.io/docs/staging/community-edition-8/commands/bf.card/
https://redis.io/docs/staging/community-edition-8/commands/bf.exists/
https://redis.io/docs/staging/community-edition-8/commands/bf.info/
https://redis.io/docs/staging/community-edition-8/commands/bf.insert/
https://redis.io/docs/staging/community-edition-8/commands/bf.loadchunk/
https://redis.io/docs/staging/community-edition-8/commands/bf.madd/
https://redis.io/docs/staging/community-edition-8/commands/bf.mexists/
https://redis.io/docs/staging/community-edition-8/commands/bf.reserve/
https://redis.io/docs/staging/community-edition-8/commands/bf.scandump/
https://redis.io/docs/staging/community-edition-8/commands/cf.add/
https://redis.io/docs/staging/community-edition-8/commands/cf.addnx/
https://redis.io/docs/staging/community-edition-8/commands/cf.count/
https://redis.io/docs/staging/community-edition-8/commands/cf.del/
https://redis.io/docs/staging/community-edition-8/commands/cf.exists/
https://redis.io/docs/staging/community-edition-8/commands/cf.info/
https://redis.io/docs/staging/community-edition-8/commands/cf.insert/
https://redis.io/docs/staging/community-edition-8/commands/cf.insertnx/
https://redis.io/docs/staging/community-edition-8/commands/cf.loadchunk/
https://redis.io/docs/staging/community-edition-8/commands/cf.mexists/
https://redis.io/docs/staging/community-edition-8/commands/cf.reserve/
https://redis.io/docs/staging/community-edition-8/commands/cf.scandump/
https://redis.io/docs/staging/community-edition-8/commands/client-list/
https://redis.io/docs/staging/community-edition-8/commands/cms.incrby/
https://redis.io/docs/staging/community-edition-8/commands/cms.info/
https://redis.io/docs/staging/community-edition-8/commands/cms.initbydim/
https://redis.io/docs/staging/community-edition-8/commands/cms.initbyprob/
https://redis.io/docs/staging/community-edition-8/commands/cms.merge/
https://redis.io/docs/staging/community-edition-8/commands/cms.query/

Copy link
Collaborator

@mich-elle-luna mich-elle-luna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! Just a few minor edits.

dwdougherty and others added 3 commits February 26, 2025 12:54
Thank you, @mich-elle-luna!

Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
dwdougherty and others added 20 commits February 26, 2025 14:51
* DEV: add build from source procedures

* Apply review comments; added AlmaLinux and Ubuntu (Focal) pages

* Apply review comments; merged alma/rocky pages; added stubs for macOS

* Added macOS 13/14 page

* Apply code review comments and issues found whilst testing

* Bug fix

* Change titles per Lior

* Remove bash requirement from alma/rocky; it's already there

* Remove banner as instructs are complete
* DEV: point to GitHub for source downloads

* Adding the remaining pages

* Finalize the build instructions
* Initial commit of vector set docs

* Add'l commit of vector set docs

* Add'l commit of vector set docs

* Adding data type and command pages

* Added RESP2 and RESP3 return information

* Fix some atrocious grammar on the vs index page.

* A few more quick fixes

* Apply suggestions from code review

Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>

* Apply review comments

Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>

* Apply preview banner + misc. fixes

---------

Co-authored-by: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com>
@dwdougherty dwdougherty merged commit cb9b677 into main Apr 7, 2025
5 checks passed
@dwdougherty dwdougherty deleted the community-edition-8 branch April 7, 2025 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CE 8.0 Redis Community Edition 8.0 (future)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants